home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / mouthman.lha / Mouth-Man / README.DOC < prev    next >
Text File  |  1991-07-30  |  9KB  |  259 lines

  1.  
  2.  
  3.                                  MOUTH-MAN
  4.  
  5.                             By Matthew J Barker
  6.  
  7.                                November 1991
  8. (10/1/92)
  9.  
  10.   Welcome to yet another PAC-MAN clone, but hopefully the best one that is
  11. available for free (or at least next to nothing) - but I don't actually think
  12. that a full price version of the original has ever been written (?)
  13.  
  14.   It isn't strictly a clone, but the similarities are very similar.  There are
  15. a few features which distinguish it from most versions :-
  16.  
  17.   *  Maze designer :  Apart from the fact that a couple of mazes are almost
  18.                       identical to the arcade original, it has the potential
  19.                       for different mazes, and in fact embedded in the game is
  20.                       a level designer (more later).  Most of the levels have
  21.                       been designed by myself (and/or a friend).
  22.  
  23.   *  Extra Bonuses :  A new feature, though almost an afterthought on my part,
  24.                       is the Extra Bonus.  These give Mouth-Man extra, limited
  25.                       powers which are usually of benefit to the yellow thing.
  26.                       For example : Extra Life, Extra Power Pill etc...
  27.                       (see later.)
  28.  
  29.   *  Sound Effects :  Compared to many PAC-MAN games, my version has rather
  30.                       more, but not necessarily better, sound effects.
  31.                       Some I admit are slightly annoying, but I had to rely on
  32.                       my sample library, and as I don't have a sampler...
  33.  
  34.  
  35.  
  36. The Game
  37. --------
  38.  
  39.   The game is pretty much identical in principle to the arcade version.
  40. But here's a description of my version :
  41.   
  42.   *  The object is to gorge yourself on all the rather uninteresting dots,
  43.      pills and bonuses while avoiding collision with the ghosts.  What a
  44.      dull life - but someone thought it would be a good idea.
  45.  
  46.   *  Dots are boring, just worth 1 point and do nothing.
  47.  
  48.   *  Pills turn the ghosts into a nourishing edible form, where they appear
  49.      blue, and score successively for each ghost 20, 40, 80 and 160 when
  50.      eaten.  There are only a few per level (none on some !) so eat wisely.
  51.      Oh, and they are worth 5 points.
  52.  
  53.   *  Bonuses usually score a few points (dependent on the level) but quite
  54.      interestingly, often strange things happen.
  55.      Here's a list (in order of probability of them happening) :
  56.  
  57.        (i)  Ghost peeler - skins ghosts.
  58.       (ii)  Extra power pill.
  59.      (iii)  Ghost repellant. (limited time)
  60.       (iv)  Invincibility. (limited time)
  61.        (v)  Extra Life.
  62.       (vi)  Go to next level. (very rare)
  63.  
  64.   *  Tunnels can be used to move from one place to another.  This is useful
  65.      since ghosts take 3 times as long to travel through them.  They can be
  66.      found almost anywhere, but usually at the sides.  Another thing, some are
  67.      1-way, and not always logical !
  68.  
  69.   *  There are four ghosts, which I have named (not very originally)
  70.        Swifty, Pink,   He's the fastest.
  71.        Brains, Red,    He'll follow you always if he can, but is medium speed.
  72.        Blinky, Cyan,   He would rather not bump into you thank-you-very-much.
  73.        Tardy,  Orange, He tries his best, but is rather slow.
  74.  
  75.      On later levels, Swifty tends to accelerate (along with Tardy) so you'd
  76.      better watch it !
  77.  
  78.   *  The game runs at one of 3 speeds, depending on the level, from
  79.      'painfully slow', to 'comfortable', to 'phew!'.  Most levels are at speed
  80.      2.
  81.  
  82.   *  There are only 12 levels in this version I'm afraid, I needed time to
  83.      study, and maze designing does take time.
  84.  
  85.  
  86.   The game can be run from CLI or WorkBench, on an AMIGA 500, with or without
  87.   1/2 Meg expansion - but I haven't tested it on other configurations.
  88.   The controls are :
  89.  
  90.     Menu selection is via the joystick in port 2.
  91.     In the game, movement is also via joystick.  Fire quits the game.
  92.  
  93.  
  94.   Have fun. (The later levels are bitches by the way !)
  95.  
  96.     Matthew.
  97.  
  98.  
  99.  
  100. Maze Editor
  101. -----------
  102.  
  103.   If you have already tried the game, and notice the 'Maze Editor' option on
  104. the main menu, you may be curious to know why you can't access it.  Well,
  105. it is because you need to activate it first.  But I'm not going to tell you
  106. how here !  You may get a hint from completing all the levels, or you could
  107. write to me, and I may just tell you.  If you are a bit sneaky you may just
  108. hack the code, but surely that defies the object of completing the game ?
  109.  
  110.   If you do activate it, then here is brief summary of the options and
  111. limitations.
  112.  
  113.  
  114.   MAIN MENU
  115.  
  116. Edit        As it says.
  117. Read        Reads the maze number shown into the edit buffer.
  118. Store       Opposite of read.
  119. Load        Loads a custom set of levels into the buffer.
  120. Save        Opposite of load.
  121. Clear All   Clears all mazes (use with caution!).
  122. Clear Maze  Clears the maze number shown. (caution!)
  123. Play level  Allows you a chance to test the shown stored level.
  124. Quit        Back to main menu.
  125.  
  126.  
  127.   EDITOR
  128.  
  129.   The editor is split into 3 sections. Each section can be reached by pressing
  130. the right mouse button.
  131.  
  132.  
  133. Section 1
  134.  
  135.   Maze designer.  Select a piece from the left hand menu and click on centre
  136. area to place.  The options on the top right do the following :
  137.  
  138. Q Quit to Maze Editor menu.
  139. D Delete maze.
  140. G Toggle grid.
  141. M Toggle maze graphics.
  142. C Cycle through maze colour sets.
  143.  
  144.  
  145. Section 2
  146.  
  147. This facilitates :
  148.  
  149.   *  Placing of dots, and up to 4 power pills.
  150.   *  Placing ghost home exit.
  151.   *  Placing ghost initial positions.
  152.   *  Placing of tunnels.
  153.   *  Placing Mouth-Man and the bonus.
  154.  
  155.   The first is obvious.
  156.  
  157.   The second needs some explanation. The ghost home MUST be self-contained and
  158. have ONLY ONE exit.  Otherwise the ghosts become confused.  The ghost home
  159. exit must be placed in the exit place, see pre-designed levels if you are not
  160. sure.
  161.  
  162.   All ghosts must start inside this ghost home, for similar reasons.
  163.  
  164.   Each of the 8 (1-way) tunnels have a start and a destination.
  165. Clicking on the tunnel icon, gives the next tunnel, or the destination.
  166.   The start is placed when the icon reads Tx (where x is between 1 and 8)
  167. by clicking at the top-left of 16x16 pixel clear block.
  168.   Click again on the icon, to place the destination.  Here, an R, L, U or D
  169. appears by the tunnel number.  (Standing for right, left, up and down).
  170. This is the direction Mouth-Man exits the tunnel.
  171.   A tunnel can be deleted by clicking on D in the top right, while the tunnel
  172. icon is selected.
  173.  
  174.   Clicking on the bonus icon changes it to one of the 6 possible shapes.
  175. All rather bad actually, but I'm no artist.
  176.  
  177.   The D in the top right deletes all dots and pills if a space, dot or a pill
  178. is selected.
  179.   The Q quits to main menu.
  180.  
  181.  
  182. Section 3
  183.  
  184.   Various game parameters are defined here :
  185.  
  186.   *  Bonus score.
  187.   *  Pill time limit (in seconds).
  188.   *  Speed of Mouth-Man (low value => high speed).
  189.   *  Acceleration probability (0-99)
  190.  
  191. All are obvious, except the final one.  A.P. refers to how likely Swifty and
  192. Tardy are to accelerate.  0 means never, 99 means they are nearly always at
  193. top speed - this means Swifty is faster than you.  Low values are often
  194. best, 2 - 10 seem to be good.
  195.  
  196.  
  197.  
  198. A few notes :
  199.  
  200.   Be sensible with your mazes, placing Mouth-Man outside the maze is silly
  201. and may even cause the game to crash when playing (similarly with the
  202. ghosts.)  If in doubt, check out a maze I defined.
  203.  
  204.   You cannot place dots over maze, or maze over dots.
  205.  
  206.   It warns you if ghosts, Mouth-Man or bonus are placed over dots or maze -
  207. this is not allowed.
  208.  
  209.   After designing a level, before you exit the editor main menu, or play the
  210. level, be sure to store the maze beforehand, else it will be lost.
  211.  
  212.   The maximum capacity is 24 levels.
  213.  
  214.  
  215. Have fun (again.)
  216.  
  217.     Matthew.
  218.  
  219.  
  220.  
  221. Other Details
  222. -----------------
  223.  
  224.   When copying, keep all samples, and data files in the current directory or
  225. it will not load.
  226.  
  227.   Commented source may be obtained from me in Assembler if you are interested
  228. (probably not I would guess). (It would be nice if I could recieve something
  229. in return - money, software, etc... anything really.)
  230.  
  231.   Bugs are few.  The ones I have found are harmless, and not worth fixing.
  232. If you find any serious bugs you would like fixing, or something, write to
  233. me, and send a disk if necessary.
  234.  
  235.   I am a Computer Science student at Sheffield University, and only just about
  236. had time to write this in the summer holiday, though actually the main code
  237. only took a month or 2 to write, the debugging and modifications took me into
  238. term time.  I never had the patience or time to write a more complex game, but
  239. I did write a reasonable Draughts playing game...
  240.  
  241.  
  242. If you require it, my home address is  56 Southend Rd.
  243.                                        Weson-super-Mare,
  244.                                        Avon.
  245.                                        BS23 4JZ
  246.  
  247. (Until July 1992, my E-Mail address is AC3MJB@UK.AC.SHEFFIELD.PRIMEA)
  248.  
  249.  
  250. Credits
  251. -------
  252.  
  253.   Thanks to Nic Beauchamp for help with designing levels.
  254.   Thanks for KSeka and A68k assemblers without which this could never have
  255. been written.
  256.  
  257.  
  258. Well, that's it from me... :*)
  259.